CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 串口 api

搜索资源列表

  1. MSComm

    1下载:
  2. MSComm 控件通过串行端口传输和接收数据,为应用程序提供串行通讯功能。MSComm控件在串口编程时非常方便,程序员不必去花时间去了解较为复杂的API函数,而且在VC、VB、Delphi等语言中均可使用。 Microsoft Communications Control(以下简称MSComm)是Microsoft公司提供的简化Windows下串行通信编程的ActiveX控件,它为应用程序提供了通过串行接口收发数据的简便方法。具体的来说,它提供了两种处理通信问题的方法:一是事件驱动(Event-
  3. 所属分类:软件工程

    • 发布日期:2014-01-15
    • 文件大小:8945
    • 提供者:steven
  1. SerialPort 编程介绍

    0下载:
  2. 在Visual Studio 6.0中编写串口通讯程序,一般都使用Microsoft Communication Control(简称MSComm)的通讯控件,只要通 过对此控件的属性和事件进行相应编程操作,就可以轻松地实现串口通讯。但在Microsoft.Net技术广泛应用的今天,Visual Studio.Net没有将此控件加入控件库,所以人们采用了许多方法在Visual Studio.Net来编写串口通讯程序:第一种方法是通过采用Visual Studio 6.0中原来的MSComm控件这
  3. 所属分类:文档资料

  1. API串口通信

    1下载:
  2. API 串口通信
  3. 所属分类:编程文档

    • 发布日期:2011-04-29
    • 文件大小:337408
    • 提供者:sunboybb
  1. VC实现串口通信例程

    0下载:
  2. 用API访问串口的资料,写很得详细
  3. 所属分类:编程文档

  1. 程序实例.doc

    0下载:
  2. 介绍了利用API函数和MSComm控件设计串口通信程序的方法,包括字符与文件的发送与接收。
  3. 所属分类:软件工程

  1. win32 api 串口使用详解

    1下载:
  2. windows api 串口开发使用手册,里边详细讲解了具体使用过程,使用纯win api开发的程序稳定性和效率都很高,推荐给大家。
  3. 所属分类:其它文档

  1. Windows_API串口编程参考.doc

    0下载:
  2. Windows环境下的串口编程与DOS环境下的串口编程有很大不同。Windows环境下的编程的最大特征之一就是设备无关性,它通过设备驱动程序将Windows应用程序同不同的外部设备隔离。Windows封装了Windows的通信机制,这种方式称为通信API,Windows程序可以利用Windows通信API进行编程,不用对硬件直接进行操作。这种体系被称为Windows开放式服务体系(WOSA,Windows Open Services Architectures)。
  3. 所属分类:编程文档

  1. API-PORT

    0下载:
  2. MFC API 串口通信总结,个人通过学习总结了一些经验,希望对其他人有用-MFC API serial communication summary of a number of personal experience through the study concluded, hope its useful to others
  3. 所属分类:Project Design

    • 发布日期:2017-03-30
    • 文件大小:86901
    • 提供者:yifan
  1. API读写串口

    0下载:
  2. API读写串口.doc 一、基本知识    Win32下串口通信与16位串口通信有很大的区别。在Win32下,可以使用两种编程方式实现串口通信,其一是调用的Windows的API函数,其二是使用ActiveX控件。使用API 调用,可以清楚地掌握串口通信的机制,熟悉各种配置和自由灵活采用不同的流控进行串口通信。下面介绍串口操作的基本知识。
  3. 所属分类:编程文档

  1. GPSportcommunication

    0下载:
  2. VC^++6[1].0环境下GPS接收机串口通信的实现,摘 要 首 先简 单 介绍 了 GPS接 收机 串 口通 信 的基 本概 念 , 然 后 通 过 实例 详 细介 绍 了计 算机 与 GP S接 收 机进 行 数 据 传 输 的 两 种 方 法 : 一 种 是 使 用 W i n 3 2 API通 信 函 数 的 文 件 读 写 方 式 ;另 一 种 是 通 过 VC 6 .0提 供 的 MSCo mm 控 件实现 。-VC ^++6 [1] .0 environment GPS
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:87998
    • 提供者:feifei
  1. LinuxSerialProtocolDevelopmentAndIndustry(1)

    0下载:
  2. 本教程结合实际开发内容进行实例讲解Linux下串口与工业协议开发,主要内容有串口通信原理、串口编程常用的API、串口编程实践、Modbus协议介绍和Modbus编程实践等内容。 -Combined with the actual development of the tutorial examples to explain the contents of the serial port and the industrial agreement under Linux development,
  3. 所属分类:Communication

    • 发布日期:2017-06-21
    • 文件大小:38460075
    • 提供者:kadin
  1. LinuxSerialProtocolDevelopmentAndIndustry(2)

    0下载:
  2. 本教程结合实际开发内容进行实例讲解Linux下串口与工业协议开发,主要内容有串口通信原理、串口编程常用的API、串口编程实践、Modbus协议介绍和Modbus编程实践等内容。-Combined with the actual development of the tutorial examples to explain the contents of the serial port and the industrial agreement under Linux development, th
  3. 所属分类:Communication

    • 发布日期:2017-06-22
    • 文件大小:42725552
    • 提供者:kadin
  1. TX_RX

    0下载:
  2. c++builder中怎样使用Windows API函数实现串口编程-c++ builder how to use the Windows API function in the Serial Port Programming
  3. 所属分类:Communication

    • 发布日期:2017-05-21
    • 文件大小:6364160
    • 提供者:黄河
  1. rfid-entrance-guard-system-design

    2下载:
  2. 基于RFID门禁管理系统的设计,本系统基于Windows XP 操作系统Microsoft Visual C++平台,模拟门禁控制器。硬件采用深圳先施公司提拱的Sense ISO18000-6C I系列读写器,以及串口通迅API软件开发包。通过RFID技术,验证电子钥匙(RFID标签)的合法性,控制电子门锁的开启,同时系统可以对RFID标签信息进行修改删除管理-rfid-based entrance guard system design
  3. 所属分类:Project Design

    • 发布日期:2015-02-21
    • 文件大小:2008064
    • 提供者:fisher
  1. VisualPC_Comm

    0下载:
  2. Visual C++ 串口通信技术与编程实践, 串口通讯的各种方法和技巧,本书共分9章,包括数据通讯的基本概念,串口通讯标准基础知识,诸多串口编程的技术方案,包括控件,API等。-Visual C++ serial communication technology and programming practice, various serial communication methods and techniques, the book is divided into nine chapters
  3. 所属分类:Communication

    • 发布日期:2017-11-14
    • 文件大小:11101244
    • 提供者:bobjeey
  1. BASCOMM

    0下载:
  2. MSCOMM,用API来完成,VBA做串口通信-MSCOMM, with the API to accomplish, VBA do serial communication
  3. 所属分类:Communication

    • 发布日期:2017-11-27
    • 文件大小:2267
    • 提供者:gln
  1. wince

    0下载:
  2. WinCE串口编程API函数,非常适合初学者-WinCE dlajg kllg,ad ak gf wt ireot.
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:26570
    • 提供者:孙未来
  1. vcPPWindows-API-CSerial-MSComm

    0下载:
  2. vc++ 串口编程,用vc++编写上上位机程序 常见的几种方式以及注意事项均有介绍
  3. 所属分类:software engineering

    • 发布日期:2017-04-23
    • 文件大小:15617
    • 提供者:junzifei
  1. VCPPSerialPort(Win32-API)

    0下载:
  2. VC++串口编程(基于Win32API),介绍很详细,有例子。-VC++ serial programming (based on Win32API), describes in great detail, there are examples.
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:122512
    • 提供者:liu
  1. android-serialport-api

    0下载:
  2. About serial communication googleAPI
  3. 所属分类:软件工程

« 12 »
搜珍网 www.dssz.com